ConnectionAddHybridPart Method |
Adds an empty hybrid part to a document.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic void AddHybridPart(
string vaultidentifier,
string docid,
string Name
)
Public Sub AddHybridPart (
vaultidentifier As String,
docid As String,
Name As String
)
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the document resides. - docid
- Type: SystemString
The unique identifier of the document inside the vault. - Name
- Type: SystemString
Name for the newly created part
Remarks
See Also